rem   ==============================================================
rem   It is recommended to test the script on a local machine for its purpose and effects. 
rem   ManageEngine Endpoint Central will not be responsible for any 
rem   damage/loss to the data/setup based on the behavior of the script.

rem   Description: Script to Delete all mapped Drives
rem   Configuration Type - COMPUTER
rem   ==============================================================

@echo off

NET USE * /DELETE /yes